vendor/golang.org/x/text/unicode/norm.streamSafe.next (method)
13 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L44: func (ss *streamSafe) next(p Properties) ssState {
iter.go#L168: i.rb.ss.next(i.info)
iter.go#L274: switch i.rb.ss.next(i.info) {
iter.go#L317: if v := i.rb.ss.next(i.info); v == ssStarter {
iter.go#L352: if s := i.rb.ss.next(i.info); s == ssOverflow {
iter.go#L398: if v := i.rb.ss.next(i.info); v == ssStarter {
iter.go#L435: if s := i.rb.ss.next(i.info); s == ssStarter {
normalize.go#L170: if s := rb.ss.next(info); s == ssStarter {
normalize.go#L326: switch ss.next(info) {
normalize.go#L385: if s := ss.next(info); s != ssSuccess {
normalize.go#L446: if s := ss.next(info); s != ssSuccess {
normalize.go#L510: if s := rb.ss.next(info); s == ssStarter {
normalize.go#L537: if s := rb.ss.next(info); s == ssStarter {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |